Skip to content

feat(ci): add landingpage CI workflows and dependabot config#281

Merged
GenerQAQ merged 9 commits intodevfrom
feat/landingpage-workflows
Feb 14, 2026
Merged

feat(ci): add landingpage CI workflows and dependabot config#281
GenerQAQ merged 9 commits intodevfrom
feat/landingpage-workflows

Conversation

@GenerQAQ
Copy link
Copy Markdown
Contributor

Add test workflow for landingpage with lint, integration tests (vitest), and e2e tests (Playwright). Include landingpage in dependabot and security scan coverage.

Impact Areas

Which part of Acontext would this feature affect?

  • Client SDK (Python)
  • Client SDK (TypeScript)
  • Core Service
  • API Server
  • Dashboard
  • CLI Tool
  • Documentation
  • Other: landingpage

Checklist

  • Open your pull request against the dev branch.
  • All tests pass in available continuous integration systems (e.g., GitHub Actions).
  • Tests are added or modified as needed to cover code changes.

Add test workflow for landingpage with lint, integration tests (vitest),
and e2e tests (Playwright). Include landingpage in dependabot and
security scan coverage.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@GenerQAQ GenerQAQ marked this pull request as ready for review February 14, 2026 04:35
GenerQAQ and others added 8 commits February 14, 2026 12:47
Update payload packages to 3.76.1, @opennextjs/cloudflare to 1.16.5,
playwright to 1.58.2, motion to 12.34.0, lucide-react to 0.564.0,
and other minor version bumps.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The eslint config imports @eslint/eslintrc directly but it was only
available as a transitive dependency, causing CI to fail.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ty vulnerability

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Node 20 doesn't support --no-experimental-strip-types and has
esbuild/jsdom TextEncoder compatibility issues.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add optional chaining for realpath() in payload.config.ts to handle
  undefined return when argv path doesn't exist
- Change vitest environment from jsdom to node for integration tests,
  fixing esbuild TextEncoder invariant violation

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
dotenv/config (used by vitest setup) reads .env files, not .env.local.
The .env.local convention is Next.js-specific. Using .env ensures both
vitest and Next.js can read the PAYLOAD_SECRET.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Update homepage test to match actual title ("Acontext") and assert
  h1 visibility instead of hardcoded scaffold text
- Use regex for admin list view URL assertion to allow query params
- Increase beforeAll timeout to 60s for admin tests (seed + login)
- Remove unused page variable and simplify frontend test

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@GenerQAQ GenerQAQ merged commit f423cd2 into dev Feb 14, 2026
8 checks passed
@GenerQAQ GenerQAQ deleted the feat/landingpage-workflows branch February 14, 2026 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant